Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement try...catch and throw #72

Merged
merged 16 commits into from
May 1, 2024
Merged

Conversation

lvcabral
Copy link
Collaborator

@lvcabral lvcabral commented Apr 30, 2024

Multiple changes:

  • Finished implementation of Try...Catch
  • Implemented Throw
  • Improved the Stack Trace generation
  • Updated Runtime error messages to match Roku

@lvcabral lvcabral marked this pull request as draft April 30, 2024 21:07
@lvcabral lvcabral marked this pull request as ready for review May 1, 2024 05:47
src/Error.ts Outdated Show resolved Hide resolved
src/Error.ts Outdated Show resolved Hide resolved
src/Error.ts Outdated Show resolved Hide resolved
src/interpreter/index.ts Show resolved Hide resolved
src/interpreter/index.ts Outdated Show resolved Hide resolved
src/interpreter/index.ts Outdated Show resolved Hide resolved
src/parser/Expression.ts Show resolved Hide resolved
@lvcabral lvcabral merged commit 5320f7b into master May 1, 2024
3 checks passed
@lvcabral lvcabral deleted the implement-try-catch-throw branch May 1, 2024 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants